type runtime.typeOff
11 uses
runtime (current package)
plugin.go#L139: typ typeOff
runtime1.go#L675: return unsafe.Pointer(toRType((*_type)(rtype)).typeOff(typeOff(off)))
runtime1.go#L705: return unsafe.Pointer(toRType((*_type)(rtype)).typeOff(typeOff(off)))
symtab.go#L433: typemap map[typeOff]*_type // offset to *_rtype in previous module
symtab.go#L463: var pinnedTypemaps []map[typeOff]*_type
type.go#L15: type typeOff = abi.TypeOff
type.go#L161: func resolveTypeOff(ptrInModule unsafe.Pointer, off typeOff) *_type {
type.go#L199: func (t rtype) typeOff(off typeOff) *_type {
type.go#L288: t = prev.typemap[typeOff(tl)]
type.go#L304: tm := make(map[typeOff]*_type, len(md.typelinks))
type.go#L316: md.typemap[typeOff(tl)] = t
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |